diff options
Diffstat (limited to 'apps/web/app/api/[...nextauth]')
| -rw-r--r-- | apps/web/app/api/[...nextauth]/route.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts new file mode 100644 index 00000000..50807ab1 --- /dev/null +++ b/apps/web/app/api/[...nextauth]/route.ts @@ -0,0 +1,2 @@ +export { GET, POST } from "../../helpers/server/auth"; +export const runtime = "edge"; |